listitemwidget: Claim gesture when activating
authorMatthias Clasen <mclasen@redhat.com>
Sun, 13 Jun 2021 12:03:39 +0000 (08:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Jun 2021 12:03:39 +0000 (08:03 -0400)
commit276f85c9e3639f9675d0dcc369ea88bf026dde58
treeb4b62ebe336e4687aa186220f18d09af81b39137
parent68eb422333a344172382f99589b7c7280598a5a7
listitemwidget: Claim gesture when activating

Claim the gesture when we are activating a list item.

Otherwise we end up with double activations in
columnviews: first GtkColumnViewCell handles
the event, and then GtkListItemWidget handles
it again.

Fixes: #4015
gtk/gtklistitemwidget.c